From f96c0903997933de7325382d61070dc1251f31eb Mon Sep 17 00:00:00 2001 From: "rac61@labyrinth.cl.cam.ac.uk" Date: Fri, 4 Jul 2003 10:27:28 +0000 Subject: [PATCH] bitkeeper revision 1.267 (3f055690tIQNHMSBFNHUQFfgq_2xeg) Change xi_phys_probe output format to make it easier to parse. --- tools/internal/xi_phys_probe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/internal/xi_phys_probe.c b/tools/internal/xi_phys_probe.c index f962ce551e..1c64980cfa 100644 --- a/tools/internal/xi_phys_probe.c +++ b/tools/internal/xi_phys_probe.c @@ -35,9 +35,9 @@ int main(int argc, char *argv[]) break; for (x = 0; x < buf.n_aces; x++) { - printf("%x:[%x,%x) : %x\n", buf.entries[x].device, + printf("%x %x %x %x\n", buf.entries[x].device, buf.entries[x].start_sect, - buf.entries[x].start_sect + buf.entries[x].n_sectors, + buf.entries[x].n_sectors, buf.entries[x].mode); } buf.start_ind += buf.n_aces; -- 2.30.2